home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ewebedit / editor.mdb / hyperlink.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-06-11  |  398 b 

  1. {
  2.     "schema": {
  3.         "hyperlink_id": "Long Integer",
  4.         "hyperlink_title": "Text (50)",
  5.         "hyperlink_location": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "hyperlink_id": 1,
  10.             "hyperlink_title": "Ektron",
  11.             "hyperlink_location": "http://www.ektron.com"
  12.         },
  13.         {
  14.             "hyperlink_id": 2,
  15.             "hyperlink_title": "Microsoft",
  16.             "hyperlink_location": "http://www.microsoft.com"
  17.         },
  18.         {
  19.             "hyperlink_id": 3,
  20.             "hyperlink_title": "Dell Computer",
  21.             "hyperlink_location": "http://www.dell.com"
  22.         }
  23.     ]
  24. }